home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / distortfx / loomingshadowoverimage < prev    next >
Text File  |  1999-06-15  |  1KB  |  56 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: NSHADOW.8BF
  4.  
  5. CATEGORY: 
  6. Neology
  7.  
  8. TITLE:    
  9. Shadowcaster
  10.  
  11. COPYRIGHT:
  12. Copyright ) 1996-7 by Werner D. Streidt
  13. 100526.16@compuserve.com
  14.  
  15. AUTHOR:   
  16. Werner D. Streidt
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [Shadow width]
  24. Control 1: [Red intensity]
  25. Control 2: [Green intensity]
  26. Control 3: [Blue intensity]
  27. Control 4: [Control 4:]
  28. Control 5: [Control 5:]
  29. Control 6: [Control 6:]
  30. Control 7: [Control 7:]
  31.  
  32. R=
  33. (x>(ctl(0)-1) && y>(ctl(0)-1)) ? c :
  34. (x<ctl(0) && y>(ctl(0)-1)) ? scl(x,0,ctl(0)-1,ctl(z+1),255) * c / 255 :
  35. (y<ctl(0) && x>(ctl(0)-1)) ? scl(y,0,ctl(0)-1,ctl(z+1),255) * c / 255 :
  36. min(scl(x,0,ctl(0)-1,ctl(z+1),255), scl(y,0,ctl(0)-1,ctl(z+1),255)) * c / 255
  37.  
  38.  
  39. G=
  40. (x>(ctl(0)-1) && y>(ctl(0)-1)) ? c :
  41. (x<ctl(0) && y>(ctl(0)-1)) ? scl(x,0,ctl(0)-1,ctl(z+1),255) * c / 255 :
  42. (y<ctl(0) && x>(ctl(0)-1)) ? scl(y,0,ctl(0)-1,ctl(z+1),255) * c / 255 :
  43. min(scl(x,0,ctl(0)-1,ctl(z+1),255), scl(y,0,ctl(0)-1,ctl(z+1),255)) * c / 255
  44.  
  45.  
  46. B=
  47. (x>(ctl(0)-1) && y>(ctl(0)-1)) ? c :
  48. (x<ctl(0) && y>(ctl(0)-1)) ? scl(x,0,ctl(0)-1,ctl(z+1),255) * c / 255 :
  49. (y<ctl(0) && x>(ctl(0)-1)) ? scl(y,0,ctl(0)-1,ctl(z+1),255) * c / 255 :
  50. min(scl(x,0,ctl(0)-1,ctl(z+1),255), scl(y,0,ctl(0)-1,ctl(z+1),255)) * c / 255
  51.  
  52.  
  53. A=
  54. a
  55.  
  56.